{gridName}_single_date

id가 'start_date' 또는 'end_date'인 컬럼에 날짜가 표시되는 방식을 정의합니다.

dateDate포맷팅이 필요한 날짜입니다.

Available only in PRO Edition

Example

scheduler.templates.grid_single_date = function(date){
    return scheduler.templates.day_date(date)+" "+this.event_date(date);
};

Applicable views:Grid View
Details

이 템플릿은 grid_view 플러그인이 활성화된 경우에 작동합니다.

See also
맨 위로